home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global savenameall
- repeat with i = 12 to 17
- set the editableText of sprite i to 0
- put item i - 11 of savenameall into field ("save" & i - 11)
- end repeat
- repeat with i = 19 to 24
- sprite(i).visible = 1
- end repeat
- if the text of field ("save" & the clickOn - 11) <> "untitled" then
- sprite(the clickOn + 7).visible = 0
- end if
- end
-